home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / quit.dxr / 00020.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  170 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("mizu.aif")
  3.   cursor(4)
  4.   set the castNum of sprite 2 to cast "pretun0p"
  5.   updateStage()
  6.   repeat while stillDown()
  7.   end repeat
  8.   go("r")
  9. end
  10.